home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / B / Birds.cpt / Bird Stack / background_16862.txt < prev    next >
Encoding:
Text File  |  1988-07-12  |  1.8 KB  |  91 lines

  1. -- background: 16862 from stack: in
  2. -- bmap block id: 15852
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=21 top=43 right=315 bottom=253
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=258 top=43 right=315 bottom=489
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=136 top=314 right=342 bottom=173
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect scroll right
  51.   go to previous card
  52. end mouseUp
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=136 top=314 right=342 bottom=173
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1014 / 1014
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Prev
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   visual effect scroll right
  70.   go to previous card
  71. end mouseUp
  72.  
  73.  
  74. -- part 6 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=339 top=314 right=342 bottom=375
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1013 / 1013
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Next
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect scroll left
  89.   go to next card
  90. end mouseUp
  91.